type crypto/rand.hideAgainReader

3 uses

	crypto/rand (current package)
		rand_unix.go#L67: 			r.f = hideAgainReader{f}
		rand_unix.go#L77: type hideAgainReader struct {
		rand_unix.go#L81: func (hr hideAgainReader) Read(p []byte) (n int, err error) {